Tagged: iOS 15

There are 20 items tagged #iOS 15.
And there a lots of other tags to explore.

How to dismiss Keyboard in SwiftUI

Learn how to programmatically dismiss a keyboard in SwiftUI.

How to set ContentInsets on SwiftUI List

In iOS 15, SwiftUI can indirectly set content inset using the safeAreaInset modifier. Let's learn how to do it.

What are Character and Run in AttributedString

Learn about the two important views in AttributedString, characters, and run.

How to remove the First row separator in SwiftUI List

Learn how to remove the topmost separator in any List view.

AttributedString in iOS 15

Learn a new improvement struct of an NSAttributedString.

Allow users to manage In-App Subscription in SwiftUI

In iOS 15, we finally got a way for users to manage their subscriptions right within the app.

How to remove the Last row separator in SwiftUI List

Learn how to remove the bottom separator in any List view.

What is Button Role in SwiftUI

Learn what it is and how it affects a button.

How to change SwiftUI List section separator color

Learn how to colorize a list section separator.

How to remove List Section separators in SwiftUI

Some list style has section separators. Let's learn how to remove them.

How to change List Row separator color in SwiftUI

Learn how to colorize a list row separator.

How to remove the SwiftUI List Row separators

In iOS 15, we can remove a List row separator. Let's learn how to do it.

How to show badge on List Row in SwiftUI

Learn how to add and remove a badge on List rows.

How to show badge on Tab Bar Item in SwiftUI

Learn how to add and remove a badge on Tab Bars.

How to present a Bottom Sheet in iOS 15 with UISheetPresentationController

In iOS 15, we finally have native UI for a bottom sheet. Let's explore its behavior and limitation.

How to make a custom button style with UIButton.Configuration in iOS 15

Learn how to create an outline button style.

Dynamic button configuration in iOS 15

Learn how to change button configuration, e.g., title and color, based on the internal and external changes.

New Formatters in iOS 15: Why do we need another formatter

We have a new way to format data into a localized string in iOS 15. Why do we need another formatter? How does it differ from the old one? Let's find out.

A better way to ask for a one-time user's location with the Location Button

Asking for sensitive data like location is hard. Learn how Apple makes it easier with the new Location Button.

A new way to style UIButton with UIButton.Configuration in iOS 15

The first part in the series "What's new in UIKit button". An introduction to a new button configuration, a struct that is shaping and styling your button. You no longer need to subclass UIButton ever again with button configuration.

See all tags.